home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / maya_miguel_global_groovin.swf / scripts / DefineButton2_155 / BUTTONCONDACTION on(press).as
Text File  |  2007-09-27  |  523b  |  18 lines

  1. on(press){
  2.    _root.gameStarted = true;
  3.    _root.play();
  4.    if(_root.soundtrack1playing)
  5.    {
  6.       _root.StartThisSound(_root.soundtrack1current,_root.soundtrack1index,_root.track1offset,1);
  7.    }
  8.    if(_root.soundtrack2playing)
  9.    {
  10.       _root.StartThisSound(_root.soundtrack2current,_root.soundtrack2index,_root.track2offset,2);
  11.    }
  12.    if(_root.soundtrack3playing)
  13.    {
  14.       _root.StartThisSound(_root.soundtrack3current,_root.soundtrack3index,_root.track3offset,3);
  15.    }
  16.    gotoAndStop("playing");
  17. }
  18.